.common-seo-right {
  width: 323px;
  height: 277px;
  background: url(../../../images/seo-code/right_bg.png) no-repeat;
  position: fixed;
  bottom: 0px;
  right: 0px;
  z-index: 1001;
  display: none;
}
.common-seo-right.show {
  display: block;
}
.common-seo-right .close {
  display: block;
  width: 24px;
  height: 24px;
  float: right;
  margin-right: 6px;
  margin-top: 13px;
  cursor: pointer;
}
.common-seo-right .right-ewm-img {
  width: 96px;
  height: 96px;
  background-color: #ffffff;
  float: left;
  margin-left: 23px;
  margin-top: 5px;
}
.common-seo-mid {
  width: 100px;
  height: 400px;
  position: fixed;
  right: 10px;
  top: 50%;
  margin-top: -304px;
  z-index: 999;
}
.common-seo-mid .mid-top {
  width: 100px;
  height: 178px;
  background: url(../../../images/seo-code/right_top_bg.png) no-repeat;
  background-size: 100%;
}
.common-seo-mid .mid-top .top-ewm-img {
  width: 90px;
  height: 90px;
}
.common-seo-mid .mid-top .top-ewm-img img {
  width: 82px;
  height: 81px;
  margin-left: 9px;
  padding-top: 10px;
}
.common-seo-mid .mid-bot-ul {
  width: 100px;
  height: 258px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.common-seo-mid .mid-bot-ul li {
  position: relative;
  text-align: center;
  font-size: 13px;
  color: #999999;
  box-sizing: border-box;
  cursor: pointer;
  background-color: #ffffff;
}
.common-seo-mid .mid-bot-ul li .show-code {
  position: absolute;
  width: 146px;
  height: 168px;
  background: url(../../../images/seo-code/right_ewm_bg.png) no-repeat;
  right: 105px;
  top: -40px;
  display: none;
}
.common-seo-mid .mid-bot-ul li .show-code .code-box {
  width: 134px;
  height: 134px;
  background-color: #ffffff;
  border-radius: 5px;
  margin-left: 3px;
  margin-top: 3px;
}
.common-seo-mid .mid-bot-ul li .show-code .code-box img {
  width: 130px;
  height: 130px;
  border: 2px solid #ffffff;
}
.common-seo-mid .mid-bot-ul li .show-code p {
  color: #ffffff;
  padding-top: 7px;
  font-size: 15px;
}
.common-seo-mid .mid-bot-ul li:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0px;
  left: 16px;
  width: 46px;
  border-bottom: 1px solid #f1f1f1;
}
.common-seo-mid .mid-bot-ul li span {
  font-size: 12px;
  color: #595959;
  display: block;
  padding-top: 45px;
  line-height: 16px;
}
.common-seo-mid .mid-bot-ul li:nth-child(1) {
  height: 71px;
  background: url(../../../images/seo-code/icon_1.png) center 9px no-repeat;
}
.common-seo-mid .mid-bot-ul li:nth-child(1):hover {
  background: url(../../../images/seo-code/icon_01.png) center 9px no-repeat;
}
.common-seo-mid .mid-bot-ul li:nth-child(2) {
  height: 83px;
  background: url(../../../images/seo-code/icon_2.png) center 9px no-repeat;
}
.common-seo-mid .mid-bot-ul li:nth-child(2):hover {
  background: url(../../../images/seo-code/icon_02.png) center 9px no-repeat;
}
.common-seo-mid .mid-bot-ul li:nth-child(2) span {
  padding-top: 45px;
}
.common-seo-mid .mid-bot-ul li:nth-child(3) {
  height: 71px;
  background: url(../../../images/seo-code/icon_3.png) center 9px no-repeat;
}
.common-seo-mid .mid-bot-ul li:nth-child(3):hover {
  background: url(../../../images/seo-code/icon_03.png) center 9px no-repeat;
}
.common-seo-mid .mid-bot-ul li.go-top {
  height: 35px;
  background: url(../../../images/seo-code/icon_top.png) center 0px no-repeat;
}
.common-seo-mid .mid-bot-ul li.go-top:hover {
  background: url(../../../images/seo-code/icon_top01.png) center 0px no-repeat;
}
.common-seo-mid .mid-bot-ul li.go-top:after {
  display: none;
}
.common-seo-mid .mid-bot-ul li:hover {
  color: #c33200;
}
.common-seo-mid .mid-bot-ul li:hover .show-code {
  display: block;
}
